Skip to main content

🖥️ Get Report KYC

URL

Header Configuration

KeyValue
Content-Typetext/xml; charset=utf-8
SOAPAction\"http://tempuri.org/GET_REPORT\

Request Body (XML Format)

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GET_REPORT xmlns="http://tempuri.org/">
<auth_token></auth_token>
<username></username>
<product>10</product>
<request>
<![CDATA[
<Request>
<CapsApplicant>
<firstname>LANIE</firstname>
<secondname>G</secondname>
<lastname>AVIDA</lastname>
<dob>1960-09-25</dob>
</CapsApplicant>
</Request>
]]>
</request>
</GET_REPORT>
</soap12:Body>
</soap12:Envelope>

Parameters Definition

ParameterTypeDescription
auth_tokenStringAuthentication token for API access
usernameStringUsername of the requester
productIntegerProduct code (10 for KYC)
requestXMLThe encapsulated request data
firstnameStringFirst name of the applicant
secondnameStringMiddle name of the applicant
lastnameStringLast name of the applicant
dobDateDate of birth (YYYY-MM-DD)